home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
modules
/
mt
/
panel
/
scripts
/
DefineButton2_346
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
283 b
|
14 lines
on(release){
call("controller/monitor:halt");
set("../main_form:recurrence",old_recurrence_string);
tellTarget("../main_form/recBtn")
{
gotoAndStop("show");
}
tellTarget("_level40/sound")
{
gotoAndStop("deny");
}
_visible = "0";
}